Skip to content

Conversation

ericpoe
Copy link

@ericpoe ericpoe commented May 2, 2014

Fixes issue #27.

Changed confusing multiple quote echo statements in the style of:
echo "

" . $fruits['id'] . " Another thing.

";

With a less confusing double-quote echo statement in the style of:
echo "

{$fruits['id']} Another thing.

";

@ericpoe
Copy link
Author

ericpoe commented May 2, 2014

Drat. This one, too, has bad indentation when viewed in Github's code viewer. If this echo format is what auroraeosrose is looking for in issue #27, then I'll edit and recommit.

@ericpoe
Copy link
Author

ericpoe commented May 4, 2014

Yay! I fixed the bad indentation by converting my 4-space indents to tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant